home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TFRMFIREWALLTRUSTEDPUBLISHERSEDITOR / TFRMFIREWALLTRUSTEDPUBLISHERSEDITOR.txt
Text File  |  2008-11-13  |  3KB  |  134 lines

  1. object frmFirewallTrustedPublishersEditor: TfrmFirewallTrustedPublishersEditor
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'frmFirewallSiteEditor'
  7.   ClientHeight = 413
  8.   ClientWidth = 518
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnHelp = FormHelp
  20.   OnShow = FormShow
  21.   DesignSize = (
  22.     518
  23.     413)
  24.   PixelsPerInch = 96
  25.   TextHeight = 14
  26.   object pnlMainParent: TPanel
  27.     Left = 0
  28.     Top = 0
  29.     Width = 518
  30.     Height = 413
  31.     Anchors = [akLeft, akTop, akRight, akBottom]
  32.     BevelOuter = bvNone
  33.     ParentColor = True
  34.     ParentShowHint = False
  35.     ShowHint = True
  36.     TabOrder = 0
  37.     DesignSize = (
  38.       518
  39.       413)
  40.     object lblTrusted: TResLabel
  41.       Left = 38
  42.       Top = 12
  43.       Width = 181
  44.       Height = 14
  45.       Font.Charset = ANSI_CHARSET
  46.       Font.Color = clWindowText
  47.       Font.Height = -12
  48.       Font.Name = 'Tahoma'
  49.       Font.Style = []
  50.       ParentFont = False
  51.       Transparent = True
  52.       ResourceCaption = 50109
  53.       ResourceOptions = [rsoStripAccels, rsoStripCRLF]
  54.     end
  55.     object imgTrustedSites: TResImage
  56.       Left = 16
  57.       Top = 10
  58.       Width = 16
  59.       Height = 16
  60.       Cursor = crHandPoint
  61.       AutoSize = True
  62.       Transparent = True
  63.       ResourceImage = 'MISC_NOTE'
  64.     end
  65.     object btnOK: TResTeButton
  66.       Left = 407
  67.       Top = 374
  68.       Width = 99
  69.       Height = 25
  70.       OnClick = btnOKClick
  71.       Anchors = [akRight, akBottom]
  72.       Default = True
  73.       ModalResult = 1
  74.       TabOrder = 0
  75.       ResourceCaption = 50114
  76.       ResourceHint = 50114
  77.       ExplicitLeft = 352
  78.     end
  79.     object lvwTrustedPublishers: TListView
  80.       Left = 14
  81.       Top = 32
  82.       Width = 387
  83.       Height = 321
  84.       Anchors = [akLeft, akTop, akRight]
  85.       Color = clWhite
  86.       Columns = <
  87.         item
  88.           Caption = 'ColumnPubName'
  89.           MaxWidth = 2000
  90.           MinWidth = 5
  91.           Width = 383
  92.         end>
  93.       HideSelection = False
  94.       ReadOnly = True
  95.       RowSelect = True
  96.       SortType = stText
  97.       TabOrder = 1
  98.       ViewStyle = vsReport
  99.       OnSelectItem = OnSelectItem
  100.     end
  101.     object btnRemoveTrustedPublisher: TResTeButton
  102.       Left = 407
  103.       Top = 63
  104.       Width = 99
  105.       Height = 25
  106.       OnClick = btnRemoveTrustedPublisherClick
  107.       Anchors = [akTop, akRight]
  108.       TabOrder = 2
  109.       ResourceCaption = 50113
  110.     end
  111.     object btnAddTrustedPublisher: TResTeButton
  112.       Left = 407
  113.       Top = 32
  114.       Width = 99
  115.       Height = 25
  116.       OnClick = btnAddTrustedPublisherClick
  117.       Anchors = [akTop, akRight]
  118.       TabOrder = 3
  119.       ResourceCaption = 50111
  120.       ExplicitLeft = 352
  121.     end
  122.   end
  123.   object ThemeForm: TTeForm2
  124.     ThemeObject = 'StandardDialog'
  125.     Left = 16
  126.     Top = 360
  127.   end
  128.   object dlgAddApplication: TOpenDialog
  129.     Filter = 'Executable Files|*.exe|Command Files|*.com'
  130.     Left = 56
  131.     Top = 360
  132.   end
  133. end
  134.